AmCourseRel 
Logical Entity Name  AmCourseRel 
Default Table Name  AmCourseRel 
Physical Only  NO 
Definition 
 
Note 
 

AmCourseRel Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AmCourseRelID(PK)    int  NO 
 
AdCourseID(FK)    int  NO 
 
AmCollegeCourseID(FK)    int  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AmCourseRel Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_AmCourseRel_AmCourseRelID  PrimaryKey  AmCourseRelID 

AmCourseRel Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdCourse  Non-Identifying  One To Zero or More  FK_AmCourseRel.AdCourseID_AdCourse.AdCourseID      AdCourseID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AmCourseRel.UserID_SyStaff.SyStaffID      UserID  NO  YES 
AmCollegeCourse  Non-Identifying  One To Zero or More  FK_AmCourseRel_AmCollegeCourseID_AmCollegeCourse_AmCollegeCourseID      AmCollegeCourseID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AmCourseRelDetail  Non-Identifying  One To Zero or More  FK_AmCourseRelDetail.AmCourseRelID_AmCourseRel.AmCourseRelID        NO  YES 

AmCourseRel Check Constraints 
Check Constraint Name  CheckConstraint